Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.publisher.pageprovider.contrib--providers

This contribution is part of XML component org.nuxeo.ecm.platform.publisher.pageprovider.contrib inside nuxeo-platform-publisher-core-9.10.jar /OSGI-INF/publisher-pageprovider-contrib.xml

Extension Point

Extension point providers of component PageProviderService.

Contributed Items

  • <coreQueryPageProvider name="domains_for_publishing">
          <pattern>
            SELECT * FROM Document WHERE ecm:primaryType = 'Domain'
            AND ecm:parentId = ? AND ecm:currentLifeCycleState != 'deleted'
          </pattern>
          <sort ascending="true" column="dc:title"/>
          <pageSize>50</pageSize>
        </coreQueryPageProvider>

XML Source

<extension point="providers" target="org.nuxeo.ecm.platform.query.api.PageProviderService">
    <coreQueryPageProvider name="domains_for_publishing">
      <pattern>
        SELECT * FROM Document WHERE ecm:primaryType = 'Domain'
        AND ecm:parentId = ? AND ecm:currentLifeCycleState != 'deleted'
      </pattern>
      <sort ascending="true" column="dc:title"/>
      <pageSize>50</pageSize>
    </coreQueryPageProvider>
  </extension>